projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbf8b1d
)
cleanup unnecessary code and allow inlining at speed 3
author
Andrea Corallo
<akrl@sdf.org>
Sat, 21 Sep 2019 08:36:53 +0000
(10:36 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Wed, 1 Jan 2020 10:37:51 +0000
(11:37 +0100)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 89eead5c6c49070eb97732d47a5c88e0f8d912b2..e0c332c89e4af25b6d98ca97ec460bb791546088 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-2820,9
+2820,6
@@
DEFUN ("comp--init-ctxt", Fcomp__init_ctxt, Scomp__init_ctxt,
}
- /* Do not inline within a compilation unit. */
- gcc_jit_context_add_command_line_option (comp.ctxt, "-fno-inline");
-
comp.void_type = gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_VOID);
comp.void_ptr_type =
gcc_jit_context_get_type (comp.ctxt, GCC_JIT_TYPE_VOID_PTR);